* comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:00:35 +0000 (21:00 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 21:00:35 +0000 (21:00 +0000)
* progmodes/compile.el (compilation-start): Ditto.

lisp/ChangeLog

index 3dca8c6d13b4d5885403f798b0107516710693c2..b3b104f0d4b60c722e3dc6fed9ea5e52a74838a2 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
+
+       * progmodes/compile.el (compilation-start): Ditto.
+
 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (top): cl and custom are always required.